Skip to content

Fix CI: ensure coverage directory exists before rspec runs#40

Merged
pcriv merged 2 commits intomainfrom
claude/fix-ci-pipeline-JVTUV
Feb 27, 2026
Merged

Fix CI: ensure coverage directory exists before rspec runs#40
pcriv merged 2 commits intomainfrom
claude/fix-ci-pipeline-JVTUV

Conversation

@pcriv
Copy link
Copy Markdown
Owner

@pcriv pcriv commented Feb 27, 2026

Add mkdir -p coverage before rspec so RspecJunitFormatter can write to coverage/rspec.xml. The formatter opens the output file at initialization, before SimpleCov creates the directory.

https://claude.ai/code/session_01KxeQ4nYHHZp8fzjwHF45PC

Add `mkdir -p coverage` before rspec so RspecJunitFormatter can
write to coverage/rspec.xml. The formatter opens the output file
at initialization, before SimpleCov creates the directory.

https://claude.ai/code/session_01KxeQ4nYHHZp8fzjwHF45PC
`gem install bundler` installs v4.x which conflicts with the
`bundler ~> 2.0` constraint in the gemspec. ruby/setup-ruby@v1
already provides a compatible bundler version.

https://claude.ai/code/session_01KxeQ4nYHHZp8fzjwHF45PC
@pcriv pcriv merged commit dbf6266 into main Feb 27, 2026
2 checks passed
@pcriv pcriv deleted the claude/fix-ci-pipeline-JVTUV branch February 27, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants